home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00027_Script_subwin popup script < prev    next >
Text File  |  1997-07-29  |  162b  |  12 lines

  1. global b_sub_key,pop_locs
  2. on mousedown
  3.   nothing
  4. end
  5.  
  6. on mouseUp
  7.   see_sprite([26,27,28,29,30,31,32,33,34,35,36,37],true)
  8.   subwinpop(b_sub_key)
  9. end
  10.  
  11.  
  12.